DataSource for Entity Framework in WPF
C1.Data Namespace / FilteredView<T> Class / Unfiltered Field

In This Topic
    Unfiltered Field
    In This Topic
    A special value indicating that filtering must not be performed. To disable filtering, assign the value of this field to the FilterKey property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Unfiltered As Object
    public static readonly object Unfiltered
    See Also